AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Creates the image of the specified window in a BMP file.
Caution: The image of the window corresponds to the window as it is displayed in the window editor. To create an image of the window at runtime, use dCopyWindowImage and the Image type.
Example
// Create images of the WIN_EditCustomer window
// in the "C:\Images\EditCustomer" file
Res = WindowBitmap(WIN_EditCustomer, "C:\Images\EditCustomer")
Syntax
<Result> = WindowBitmap(<Window> , <Image file>)
<Result>: Integer
Number of created images. For the specified window, WindowBitmap creates as many images (BMP files) as the number of planes in the window. If the window includes tabs, a single image is created.
<Window>: Window name
Window to use:
  • Name of the window,
  • Character string that contains the name and path of the window to use.
This window can be closed.
<Image file>: Character string
Name and full (or relative) path of the resulting file (without specifying the extension). A UNC path can be used.
If a single image file is created, its extension will be ".BMP".
If several image files are created, they will have for extension ".B01", ".B02", ...
Remarks
The image is created with the current system information: colors, fonts, ...
Component: wd290obj.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local